github.com/klauspost/compress/zstd.doubleFastEncoderDict.markLongShardDirty (method)

6 uses

	github.com/klauspost/compress/zstd (current package)
		enc_dfast.go#L781: 			e.markLongShardDirty(nextHashL)
		enc_dfast.go#L861: 				e.markLongShardDirty(nextHashL)
		enc_dfast.go#L953: 		e.markLongShardDirty(longHash1)
		enc_dfast.go#L954: 		e.markLongShardDirty(longHash2)
		enc_dfast.go#L992: 			e.markLongShardDirty(nextHashL)
		enc_dfast.go#L1105: func (e *doubleFastEncoderDict) markLongShardDirty(entryNum uint32) {